GET BACKBUFFER PTR

This command will return the actual pointer to the backbuffer.

  Syntax
Return Integer=GET BACKBUFFER PTR()
  Returns

A memory pointer to the backbuffer

  Description

You can pass the pointer to a DLL which can directly access the memory of the backbuffer. You can only use this command when you have used the LOCK BACKBUFFER command.

  Example Code
cls
set display mode 800,600,32
wait 1000*8
print "backbuffer pointer "+str$(get backbuffer ptr())
do
loop
end
  See also

DISPLAY Commands Menu
Index